home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-01019.DIR / 00024.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  192 b   |  11 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if the timer > 45 then
  4.     set the visible of sprite 8 to 1
  5.   end if
  6.   if the timer > 75 then
  7.     set the visible of sprite 8 to 0
  8.     startTimer()
  9.   end if
  10. end
  11.